home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / ArchiveUtils / JumpBack / Source / Localization.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-12  |  3.1 KB  |  63 lines

  1.  
  2. //======================================================================
  3. //
  4. //    Portions written by FreemanSoft Inc.
  5. //
  6. //    FreemanSoft disclaims any warranty of any kind, expressed or implied,
  7. //    as to this source code's fitness for any particular use.
  8. //
  9. //    For more information, use the following electronic mail addresses:
  10. //     
  11. //        info@FreemanSoft.com    general questions
  12. //        support@FreemanSoft.com    technical questions
  13. //
  14. //======================================================================
  15.  
  16.  
  17.  
  18.         /*
  19.          *
  20.          *    JumpBack specific strings 
  21.          *
  22.          */
  23.  
  24.         /*
  25.          *
  26.          * preferences strings 
  27.          *
  28.          */
  29. #define info_default    NXLocalizedString("ShowInfo", NULL,         Defaults Key: show info panel on launch YES or NO  default YES )
  30. #define show_drag    NXLocalizedString("StartupDragWindow", NULL,     Defaults Key: show drag window on launch YES or NO no UI )
  31. #define    path_default    NXLocalizedString("PathType", NULL,         Defaults Key: source path type relative or absolute )
  32. #define    dup_default    NXLocalizedString("UpdateMethod", NULL,     Defaults Key: duplication method exact or update )
  33. #define debug        NXLocalizedString("DebugLevel", NULL,         Defaults Key: 0 -- n  no UI support )
  34. #define find_no_write    NXLocalizedString("FindNonWritableDirs", NULL,     Defaults Key: find non writable dirs YES or NO def YES )    
  35.  
  36. #define    rdist_absolute    NXLocalizedString("absolute", NULL,         Defaults Value: legal value for path_default )
  37. #define    rdist_relative    NXLocalizedString("relative", NULL,         Defaults Value: legal value for path_default )
  38. #define    dup_update    NXLocalizedString("update", NULL,         Defaults Value: legal value for dup_default )
  39. #define    dup_exact    NXLocalizedString("exact", NULL,         Defaults Value: legal value for dup_default )
  40.  
  41. #define pref_frame    NXLocalizedString("PreferencesPanel", NULL,     Defaults Key: related to panel )
  42. #define def_pref_frame    NXLocalizedString("141 607 448 154", NULL,      Defaults Key: related to panel )
  43. #define help_frame    NXLocalizedString("HelpPanel", NULL,          Defaults Key: related to panel )
  44. #define info_frame    NXLocalizedString("InfoPanel", NULL,          Defaults Key : related to panel )
  45.  
  46. #define lib_dir        NXLocalizedString("Library/JumpBack", NULL,     Support Files: should be defaults key - loc cust files  )
  47. #define pat_file    NXLocalizedString("Patterns", NULL,         Support Files: should be defaults key - saved except pats )        
  48. #define pre_def_file    NXLocalizedString("Predefined", NULL,         Support Files: should be defaults key - saved combos)        
  49. #define template    NXLocalizedString("template", NULL,         Support Files: should be defaults key suffix if file in .app)
  50.         /*
  51.          *    alert boxes
  52.          */
  53. #define process_running    NXLocalizedString("This window is currently running a session.", NULL, Alert when closing running  window)
  54. #define dont_close    NXLocalizedString("Don't Stop", NULL,                 Alert option when closing running session )
  55. #define close_anyway    NXLocalizedString("Close Anyway", NULL,             Alert option when closing running session )
  56. #define something_running    NXLocalizedString("This application has tasks running.", NULL, Alert when terminating app with running task )
  57.  
  58.  
  59. #define    yes_str        NXLocalizedString("YES", NULL,    Local word for YES )
  60. #define no_str        NXLocalizedString("NO", NULL,    Local word for NO )
  61.  
  62.  
  63.